From: Richard M. Stallman Date: Sun, 9 May 1993 04:26:46 +0000 (+0000) Subject: [SCO]: Include time.h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96358 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1a6847b5bc3e72997b47d0be0187a1585ad495f9;p=emacs.git [SCO]: Include time.h. --- diff --git a/src/systime.h b/src/systime.h index 094aee2a249..165a9f43ed3 100644 --- a/src/systime.h +++ b/src/systime.h @@ -35,8 +35,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif -/* AIX needs both and . */ -#ifdef _AIX +/* AIX and SCO 3.2v4 need both and . */ +#if defined (_AIX) || defined (SCO) #include #endif